complement operator meaning in English
单运算元的反向运算子
求补算符
Examples
- Bitwise complement operators are predefined for
按位求补运算符是为 - The logical complement operator
逻辑求补运算符( - Bitwise complement operator
按位求补运算符 - You can apply the bitwise complement operator to the negative result in visual basic ,
可对负结果应用按位求补运算符( ~ ) (在visual basic中,将负结果和- 1进行 - And finally , the complement operator inverts the value of each bit of the operand : if the operand bit is 1 the result is 0 and if the operand bit is 0 the result is 1
最后,上面的互补运算符(按位异或)对两个操作数的每个比特位进行值的转化:操作数比特位是1的(另一个为0 )运算后的(比特位)结果为1 ,比特位为0 (而另一个操作数为1的) ,计算后结果为1